home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / sblw.exe / README.DOC next >
Text File  |  1992-09-17  |  2KB  |  74 lines

  1.  
  2.  
  3.                      Sound Blaster AUDIODD Device Drivers
  4.  
  5.                                 Version 2.0.1
  6.  
  7.  
  8. CONTENT
  9. =======
  10.  
  11. This release contains the following Sound Blaster device drivers:
  12.  
  13. SBDD     SYS     30266   9-17-92  3:37p
  14. SBPDD    SYS     31456   9-17-92  2:33p
  15. SBP2DD   SYS     33864   9-17-92  3:43p
  16. SBPWD    SYS     23102   9-17-92  3:40p
  17. SBWD     SYS     21946   9-17-92  3:13p
  18.  
  19.  
  20. PURPOSE
  21. =======
  22.  
  23. They are individually used for:
  24.  
  25. SBDD.SYS    Sound Blaster Wave+MIDI Dos Device Driver
  26. SBPDD.SYS   SB PRO Wave+MIDI Dos Device Driver
  27. SBP2DD.SYS  SB PRO OPL/3 Wave+MIDI Dos Device Driver
  28. SBWD.SYS    Sound Blaster Wave-only (aka K12) Dos Device Driver
  29. SBPWD.SYS   SB PRO Wave-only (aka K12) Dos Device Driver (also for PRO OPL/3)
  30.  
  31.  
  32. AUDIODD
  33. =======
  34.  
  35. AUDIODD device drivers are used by amongst others CD-ROM applications like
  36. almanac, CD-ROM encyclopedia, and other IBM EDUQUEST supported products.
  37.  
  38.  
  39. INSTALLING AUDIODD DEVICE DRIVERS
  40. =================================
  41.  
  42. To use the driver, copy SBXXX.SYS (SBXXX.SYS being one of the drivers listed
  43. above) into the C:\ root directory, and ensure the following line exist in 
  44. the CONFIG.SYS 
  45.  
  46.             DEVICE=C:\SBXXX.SYS audio [dma] int ioaddr bufsize
  47.  
  48. where
  49.  
  50.      audio =   AUDIO device number (usually 1)
  51.      dma =     DMA channel used by the SB card (using 1) (not applicable to 
  52.                non-SB PRO drivers)
  53.      int =     interrupt level used by the SB card (usually 5 or 7)
  54.      ioaddr =  i/o address used by the SB card (usually 220)
  55.      bufsize = i/o buffer size in kilobytes (usually 4)
  56.  
  57. and REBOOT the computer.
  58.  
  59. Hence, 
  60.  
  61.                        DEVICE=C:\SBP2D2.SYS 1 1 7 220 4
  62.  
  63. This assumes that the Sound Blaster Pro OPL/3 card is set at DMA=1, IRQ=7,
  64. I/O=220, buffer size of 4k, and addressed as device AUDIO1$.  
  65.  
  66. Or,
  67.  
  68.                          DEVICE=C:\SBD2.SYS 1 5 220 4
  69.  
  70. This assumes that the Sound Blaster card is set at IRQ=5, I/O=220, buffer size 
  71. of 4k, and addressed as device AUDIO1$.  Notice that the DMA channel parameter 
  72. is missing.  This is because DMA channel is fixed at 1 for non-SB PRO cards.
  73.  
  74.